projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eb78871
)
(cus-test-libs): Use equal instead of =.
author
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 15 Oct 2002 05:15:25 +0000
(
05:15
+0000)
committer
Markus Rost
<rost@math.uni-bielefeld.de>
Tue, 15 Oct 2002 05:15:25 +0000
(
05:15
+0000)
admin/cus-test.el
patch
|
blob
|
history
diff --git
a/admin/cus-test.el
b/admin/cus-test.el
index f6062c9f7f0737813622a2a7cf848d9ddd14dae8..8885b09787354facd9505e800d52990f9651d556 100644
(file)
--- a/
admin/cus-test.el
+++ b/
admin/cus-test.el
@@
-109,6
+109,7
@@
;; (ada-xref error 255)
;; (ada-stmt error 255)
+
\f
;;; Code:
;;; Workarounds. For a smooth run and to avoid some side effects.
@@
-458,7
+459,7
@@
in the emacs source directory."
(setq cmd (concat "src/emacs -batch -l " fn))
(setq status (call-process shell-file-name nil nil nil
shell-command-switch cmd))
- (if (
=
status 0)
+ (if (
equal
status 0)
(message "%s" file)
(error "%s" status))
(push file cus-test-libs-loaded))